Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

feat(solc): use svm blocking feature #904

Merged
merged 3 commits into from
Feb 12, 2022

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Feb 12, 2022

Motivation

Use new svm::blocking_* API introduced in alloy-rs/svm-rs#21 / alloy-rs/svm-rs#23

Solution

Simplify static RELEASES, no timeout necessary offline mode is now possible

PR Checklist

  • Added Tests
  • Added Documentation
  • Updated the changelog

@@ -35,13 +35,14 @@ tempfile = { version = "3.3.0", optional = true }
fs_extra = { version = "1.2.0", optional = true }
sha2 = { version = "0.9.8", default-features = false }
dunce = "1.0.2"
solang-parser = { git = "https://github.com/hyperledger-labs/solang", default-features = false }
solang-parser = { default-features = false, version = "0.1.2" }
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

driveby

@gakonst gakonst merged commit c8d8b66 into gakonst:master Feb 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants